home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mhs_mail / mercury / alias.src < prev    next >
Text File  |  1993-03-21  |  2KB  |  46 lines

  1. ;  Sample alias file for Mercury.
  2. ;  Copright (c) 1993, David Harris, All Rights Reserved.
  3. ;
  4. ;  The format for this file is:
  5. ;
  6. ;      alias == real_address
  7. ;
  8. ;  Lines starting with ';', '#' or '*' are considered comments
  9. ;  and are ignored, as are blank lines. There may be trailing
  10. ;  and leading whitespace on entries - it is all stripped out
  11. ;  in the alias file. It is a limitation of this release of
  12. ;  Mercury that you cannot have an alias or real address which
  13. ;  contains '==' because no quoting mechanism is implemented.
  14. ;
  15. ;  Compile the file using MALIAS.EXE, and copy it to the place
  16. ;  you have specified in MERCURY.INI. You can update Mercury's
  17. ;  alias file while Mercury is running, although it is best to
  18. ;  use PCONSOLE to stop servers from servicing jobs in the mail
  19. ;  queue while you do so.
  20. ;
  21. ;  You can have an almost unlimited number of aliases, and you
  22. ;  may have them resolve to anything you wish. Aliases are
  23. ;  resolved before any other attempt at address resolution is
  24. ;  made, so it is perfectly legal to have a local-looking alias
  25. ;  resolve to an off-server address. Note, though, that aliases
  26. ;  work strictly on the ADDRESS - they are not affected by any
  27. ;  quoted or comment text which is attached to it. As an example
  28. ;  of the impact of this, the aliasing mechanism regards these
  29. ;  two addresses as identical:
  30. ;
  31. ;     "My what a funny day!" david@pmail.gen.nz
  32. ;     (Master of the Lightbulbs) <david@pmail.gen.nz> "Pop!"
  33. ;
  34. ;  Aliases may be applied recursively up to four levels deep -
  35. ;  that is, you may have aliases for aliases in this file.
  36. ;  (although it still eludes me why anyone would do this).
  37. ;
  38. ;  Neither aliases nor real addresses are case-sensitive, 
  39. ;  although case is preserved in real addresses.
  40.  
  41. D.Harris@pmail.gen.nz             ==   David@pmail.gen.nz
  42. David_Harris@pmail.gen.nz         ==   David@pmail.gen.nz
  43. D.Harris@urania.pmail.gen.nz      ==   David@pmail.gen.nz
  44. David_Harris@urania.pmail.gen.nz  ==   David@pmail.gen.nz
  45.  
  46.